.grap-page .mobile-nav .nav-sidebar, .grap-page .bg .top-menu, .grap-page .center-con .name, .grap-page .bg .search-box, .grap-page .bg .popular-services {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.grap-page #indexSwiper .bg {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.grap-page .index-header .bg {
    background: none;
}
.grap-page .main-nav {
    background: linear-gradient(180deg, rgba(33, 46, 62, .4) 0%, rgba(18, 93, 178, 0) 100%);
}
.grap-page .main-nav .list, .grap-page .main-nav .bg {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.grap-page .headline-block, .grap-page .i-con, .grap-page .ai-nav-box, .grap-page .yzq-mb-footer, .grap-page #ariaToptoolbar {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grap-page .i-news .news-head a.act {
    background-color: rgb(82, 82, 82);
}
.grap-page .index-right-fixed-box .index-right-fixed .fixed-btn-list .item {
    background: rgb(82, 82, 82);
}

.grap-page .main-nav .bg .double-r::before, .grap-page .main-nav .bg .double-r::after {
    background-image: url(../images/index/slide_bar_corner_gray.png);
}
.grap-page .index-block .page-link a .bg {
    background: rgb(82, 82, 82);
}
.grap-page .swiper-pagination-bullet-active {
    background: rgb(82, 82, 82) !important;
}
.grap-page .index-swiper-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(82, 82, 82) !important;
}
.grap-page .blue-dot-list a::before {
    background: rgb(82, 82, 82);
}
.grap-page .index-hudong-block .big-link-list .item .bg {
    background: rgb(82, 82, 82);
}
.grap-page .index-header .index-header-swiper .bg {
    animation: none;
    background-size: 100% auto;
    background-position: center center;
}

body {
    background: #F7F7F7;
}

.swiper-pagination-bullet-active {
    background: #115DB2 !important;
}

.bg-hill {
    /* background-image: url('../images/index/bg.png'); */
    background-size: 100% auto;
}

@media screen and (max-width:768px) {
    .bg-hill {
        background: #F7F7F7;
    }
}

.bg-fff {
    background-color: #fff;
    padding-top: .3rem;
}

.headline-block {
    margin: .3rem 0;
}

.headline-block .m-center {
    overflow: hidden;
    border-radius: 6px;
}
.headline-block #headlineSwiper {
    position: relative;
    display: block;
    text-align: center;
    font-size: 24px;
    background-color: #fff;
}
.headline-block #headlineSwiper::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 20%;
    height: 100%;
    background-image: url('../images/index/headline_bg.png');
    background-size: 70% 40%;
    background-repeat: no-repeat;
    background-position: bottom left 15px;
}
.headline-block #headlineSwiper::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 20%;
    height: 100%;
    transform: rotateY(180deg);
    background-image: url('../images/index/headline_bg.png');
    background-size: 70% 40%;
    background-repeat: no-repeat;
    background-position: bottom left 15px;
}
.headline-block #headlineSwiper a {
    display: block;
    padding: .3rem;
}
.headline-block #headlineSwiper p {
    color: #125CB1;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.headline-block #headlineSwiper p.t1 {
    margin-bottom: 1em;
    font-weight: bold;
}
.headline-block #headlineSwiper p.t2 {
    margin-bottom: 1.5em;
    font-size: 18px;
}
@media screen and (max-width: 768px){
    .headline-block #headlineSwiper p.wap {
        margin-bottom: 2em;
    }
    .headline-block #headlineSwiper p.t2 {
        color: #115DB2;
        position: relative;
        z-index: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0em;
        display: none;
    }
}
.headline-block #headlineSwiper .pagination {
    bottom: 30px;
}

/*****第一个动态信息*****/

.i-news {
    margin-bottom: .3rem;
}
.il-head a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 5px 12px;
    position: relative;
}

.il-txts ul {
    padding-left: 0;
}

.il-txts li {
    overflow: hidden;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    color: #DBECFB;
    position: relative;
    padding-left: 11px;
}

.il-txts li .circle {
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 0;
    /* margin: auto; */
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #DBECFB;
    vertical-align: middle;
    margin-right: 5px;
    margin: 10px 5px 0 0;
}

.il-txts li a {
    width: 499px;
    height: 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    color: #DBECFB;
    overflow: hidden;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.il-txts li span:last-child {
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .il-txts li {
        height: auto;
        margin-top: 20px;
    }
    .il-txts li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #DBECFB;
        height: auto;
        overflow: hidden;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
    }
}

.i-con .i-news .m-center {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
}

.i-con .i-news .news-swiper .swiper-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.i-con .i-news .news-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.i-con .i-news .news-swiper a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.i-con .i-news .news-swiper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i-con .i-news .news-swiper a .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    padding: 15px;
    line-height: 1;
}

.i-con .i-news .news-swiper a .bottom .left {
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i-con .i-news .news-swiper a .bottom .right {
    width: 50px;
    text-align: right;
}
.i-con .i-news .news-swiper a .bottom .right span {
    font-size: 1.2em;
    color: #dc5535;
}

.i-news .news-head {
    margin: 0;
    display: flex;
}
.i-news .news-head a {
    display: block;
    text-align: center;
    flex: 1;
    white-space: nowrap;
    padding: 8px 5px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.i-news .news-head a.act {
    background: #115DB2;
    /* border-radius: 23px; */
    color: #fff;
}

.hot::after {
    font-weight: normal;
    content: '常态化';
    font-size: .5em;
    vertical-align: top;
    margin-left: 5px;
    padding: 1px 3px;
    border-radius: 3px;
    color: #fff;
    background-color: red;
    /* background-color: #363636; */
}
.i-news .news-list {
    position: relative;
    z-index: 5;
}
.i-news .news-list .news-txts {
    padding: 15px 0 0 0;
}
.blue-dot-list a {
    position: relative;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 42px;
    padding-left: 15px;
}
.blue-dot-list a:hover {
    color: #125CB1;
}
.blue-dot-list a::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    background-color: #699AC5;
}
.blue-dot-list a .txt {
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blue-dot-list a .time {
    text-align: right;
    width: 100px;
}

.content-txts .more {
    width: 9.5em;
    margin: 15px auto;
    background: linear-gradient(90deg, #FCFDFD 0%, #F4F7FA 100%);
    border: 1px solid #E3E6EA;
    border-radius: 20px;
    text-align: center;
    padding: 8px 20px;
    color: #000;
    font-size: .32rem;
    display: none;
}

@media screen and (max-width:991px) {
    .headline-block a {
        font-size: 18px;
        font-weight: normal;
    }
    .headline-block a p {
        margin-bottom: 1em;
    }
    .i-news .news-list {
        padding-top: 30px;
    }
    .i-news .news-head a {
        font-size: 16px;
        font-size: .32rem;
        font-weight: normal;
    }
    .i-news .news-list .news-txts .more {
        display: block;
    }
}
@media screen and (max-width:768px) {
    .blue-dot-list a .time {
        display: none;
    }
}
@media screen and (max-width:400px) {
    .i-news .news-head {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .i-news .news-head a {
        flex: none;
        width: 33.33%;
    }
}
/**********/


.index-swiper-block {
    margin-bottom: .3rem;
}
.index-swiper-more-btn-box {
    padding-right: 34px;
    position: relative;
    z-index: 4;
}
.index-swiper-block.fixed-fir .index-swiper-more-btn-box {
    padding-left: 20%;
}
.yz-swiper-container-box {
    position: relative;
    padding: 0 32px;
    margin-left: -30px;
}
.index-swiper-more-btn-box .fixed-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    max-width: 300px;
    max-height: 150px;
}
.index-swiper-more-btn-box .fixed-link a {
    width: 100%;
    height: 100%;
    padding-right: 32px;
}
.index-swiper-more-btn-box .fixed-link a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.index-swiper-more-btn-box .index-swiper-more-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    padding: 9px;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    /* background: linear-gradient(154deg, #50A8E6 0%, #2183E1 100%); */
    background-image: url('../images/index/gengduozhuanlan_bg.png');
    background-size: cover;
}
.index-swiper-more-btn-box .index-swiper-more-btn:hover {
    opacity: .8;
}
.index-swiper-block .bg {
    background-color: #fff;
    padding: 20px 15px 18px;
}
.index-swiper-block.fixed-fir .bg {
    padding: 20px 15px 18px;
}
.index-swiper-block .yz-swiper-container {
    overflow: hidden;
}
.index-swiper-block .yz-swiper-container a {
    overflow: hidden;
}
.index-swiper-block .yz-swiper-container a:hover img {
    transform: scale(1.2);
    transition: .3s ease-in;
}
.index-swiper-block .swiper-pagination {
    bottom: -30px !important;
}
.index-swiper-block .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
}
.index-swiper-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E2634C !important;
}
.index-swiper-block .swiper-button-prev, .index-swiper-block .swiper-button-next {
    width: 15px;
    height: 28px;
    background-size: cover;
    background-image: url('../images/index/jiantou_act.png');
}
.index-swiper-block .swiper-button-next {
    transform: rotate(180deg);
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
    background-image: url('../images/index/jiantou.png');
}
.index-swiper-block .swiper-button-next:after, .index-swiper-block .swiper-button-prev:after {
    display: none;
}
@media screen and (max-width: 768px) {
    .index-swiper-block .bg {
        padding: 15px 15px;
    }
    .index-swiper-block .swiper-btn-box {
        display: none;
    }
    .yz-swiper-container-box {
        padding-right: 15px;
    }
    .index-swiper-block.fixed-fir .index-swiper-more-btn-box {
        padding-left: 33.33%;
    }
    .index-swiper-more-btn-box .fixed-link {
        width: 33.33%;
    }
    .index-swiper-more-btn-box .fixed-link a {
        padding-right: 20px;
    }
}
@media screen and (max-width: 500px) {
    .index-swiper-block.fixed-fir .index-swiper-more-btn-box {
        padding-left: calc(50% - 30px);
    }
    .index-swiper-more-btn-box .fixed-link {
        width: calc(50% - 25px);
    }
}

/**********/

.index-block {
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: .3rem;
}

.index-block .index-flex {
    display: flex;
}

.index-block .index-flex .left {
    flex: 1;
    padding-right: 15px;
}
.index-block .index-flex .right {
    flex: 1;
    padding-left: 15px;
}
@media screen and (max-width: 768px) {
    .index-block .index-flex {
        flex-direction: column;
    }
    .index-block .index-flex .left {
        padding-right: 0;
    }
    .index-block .index-flex .right {
        padding-left: 0;
        margin-top: 15px;
    }
}

.index-block .index-tab-header {
    display: flex;
    padding-bottom: 15px;
}
.index-block .index-tab-header .item {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-right: .35rem;
    color: #000;
    white-space: nowrap;
}
.index-block .index-tab-header .item.act {
    color: #E2634C;
    border-bottom: 2px solid #E2634C;
}

.index-block .index-tab-con {
    display: none;
}
.index-block .index-tab-con.act {
    display: block;
}
.index-block .index-top-link {
    display: flex;
    padding-bottom: 15px;
}
.index-block .index-top-link .item {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-right: .35rem;
    color: #000;
    white-space: nowrap;
}
.index-block .index-top-link .item.subscript-link {
    position: relative;
    color: #115DB2;
    padding-right: 25px;
}
.index-block .index-top-link .item.subscript-link span {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 12px;
    background-color: #FF0000;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
}
.index-block .index-top-link .item.subscript-link:hover {
    color: #E2634C;
}
@media screen and (max-width: 768px) {
    .index-block .index-tab-header .item {
        font-size: 18px;
        font-size: .36rem;
    }
    .index-block .index-top-link .item {
        font-size: 18px;
        font-size: .36rem;
    }
}

/* 公开 start */
.index-block .gongkai-left-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-block .gongkai-left-list .item {
    display: flex;
    align-items: center;
    width: calc(((100% - 15px) / 2));
    height: 110px;
    font-size: 20px;
    font-weight: bold;
    color: #AE1D1D;
    padding: 15px;
    text-align: justify;
    opacity: .8;
}
.index-block .gongkai-left-list .item:hover {
    opacity: 1;
}
.index-block .gongkai-left-list.fir .item {
    position: relative;
    padding-left: 95px;
    background-size: cover;
    background-image: url('../images/index/gongkai/bg_fir_1.png');
}
.index-block .gongkai-left-list.fir .item:nth-of-type(2) {
    color: #BF730D;
    background-image: url('../images/index/gongkai/bg_fir_2.png');
}
.index-block .gongkai-left-list.fir .item:nth-of-type(3) {
    color: #2469C8;
    margin-top: 15px;
    background-image: url('../images/index/gongkai/bg_fir_3.png');
}
.index-block .gongkai-left-list.fir .item:nth-of-type(4) {
    color: #4D7C5F;
    margin-top: 15px;
    background-image: url('../images/index/gongkai/bg_fir_4.png');
}
.index-block .gongkai-left-list.sec .item {
    position: relative;
    justify-content: center;
    background-image: url('../images/index/gongkai/bg_sec_1.png');
    background-size: cover;
}
.index-block .gongkai-left-list.sec .item:nth-of-type(2) {
    color: #BF730D;
    background-image: url('../images/index/gongkai/bg_sec_2.png');
}
.index-block .gongkai-left-list.sec .item:nth-of-type(3) {
    color: #2469C8;
    margin-top: 15px;
    background-image: url('../images/index/gongkai/bg_sec_3.png');
}
.index-block .gongkai-left-list.sec .item:nth-of-type(4) {
    color: #4D7C5F;
    margin-top: 15px;
    background-image: url('../images/index/gongkai/bg_sec_4.png');
}
.index-block .gongkai-left-list.hasimg .item img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
}

.index-block .gongkai-right-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -12px;
}
.index-block .gongkai-right-list .item {
    display: flex;
    align-items: center;
    width: calc(((100% - 19px) / 2));
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
    height: 46.5px;
    padding: 0 5px;
    justify-content: center;
    transition: .3s;
}
.index-block .gongkai-right-list.count6 .item {
    height: 67px;
}
.index-block .gongkai-right-list .item:hover {
    background-color: #6b9ac6;
    color: #FFF;
}
.index-block .gongkai-right-list.hasimg .item {
    position: relative;
    padding-left: 65px;
    justify-content: flex-start;
}
.index-block .gongkai-right-list.hasimg .item img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
.index-block .file-search-box {
    display: flex;
    margin-bottom: 30px;
}
.index-block .file-search-box .form {
    flex: 1;
    width: 0;
    padding-right: 15px;
    height: 100px;
    overflow: hidden;
}
.index-block .file-search-box .form .form-row {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 13px;
}
.index-block .file-search-box .form .form-row input {
    flex: 1;
    display: block;
    padding-left: 15px;
    width: 100%;
    outline: none;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #aaa;
    color: #000;
    font-size: 16px;
}
.index-block .file-search-box .form .form-row .select-box {
    flex: 1;
    display: block;
    height: 45px;
    padding-right: 10px;
    padding-left: 10px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #aaa;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.index-block .file-search-box .form .form-row .select-box + .select-box {
    margin-left: 15px;
}
.index-block .file-search-box .form .form-row .select-box select {
    width: 100%;
    height: 100%;
}
.index-block .file-search-box .btn {
    background-color: #2C71BE;
    color: #fff;
    width: 110px;
    height: 100px;
    border-radius: 4px;
    padding: 25px 20px;
    font-size: 18px;
    cursor: pointer;
}
.index-block .file-search-box .btn:hover {
    background-color: #1f85f6;
}
.index-block .file-search-box .btn .line-1 {
    background-image: url('../images/icon/i-search.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    text-align: right;
    white-space: nowrap;
    margin-bottom: 5px;
}
.index-block .file-search-box .btn .line-2 {
    text-align: right;
    white-space: nowrap;
}
.index-block .data-link-list {
    display: flex;
    flex-wrap: nowrap;
}
.index-block .data-link-list .item {
    flex: 1;
    background-color: #F7F7F7;
    border-radius: 4px;
    color: #333;
}
.index-block .data-link-list .item + .item {
    margin-left: 19px;
}
.index-block .data-link-list .item:hover {
    background-color: #6B9AC6;
    color: #fff;
}
.index-block .data-link-list .item img {
    display: block;
    width: 30%;
    margin: 20px auto 10px;
}
.index-block .data-link-list .item .img-act {
    display: none;
}
.index-block .data-link-list .item:hover .img-act {
    display: block;
}
.index-block .data-link-list .item:hover .img {
    display: none;
}
.index-block .data-link-list .item .txt {
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

@media screen and (max-width: 912px) {
    .index-block .gongkai-left-list.fir .item {
        padding-left: 15px;
    }
    .index-block .gongkai-left-list.fir .item img {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .index-block .file-search-box .btn {
        font-size: .36rem;
    }
    .index-block .file-search-box .form .form-row .select-box:nth-of-type(2), .index-block .file-search-box .form .form-row .select-box:nth-of-type(3) {
        display: none;
    }
    .index-block .data-link-list {
        flex-wrap: wrap;
    }
    .index-block .data-link-list .item {
        width: calc((100% - 15px) / 2);
        flex: none;
        margin-left: 0 !important;
    }
    .index-block .data-link-list .item:nth-of-type(2n) {
        margin-left: 15px !important;
    }
    .index-block .data-link-list .item:nth-of-type(1), .index-block .data-link-list .item:nth-of-type(2) {
        margin-bottom: 15px;
    }
    .index-block .gongkai-left-list.fir .item {
        padding-left: 15px;
    }
    .index-block .gongkai-left-list.hasimg .item img {
        display: none;
    }
    .index-block .gongkai-left-list .item {
        height: auto;
        font-size: 18px;
        text-align: center;
    }
    .index-block .gongkai-right-list {
        margin-bottom: 0;
    }
    .index-block .gongkai-right-list.hasimg .item {
        padding-left: 10px;
        justify-content: center;
        text-align: center;
    }
    .index-block .gongkai-right-list.hasimg .item:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .index-block .gongkai-right-list.hasimg .item img {
        display: none;
    }
    .index-block .gongkai-right-list .item:nth-last-of-type(1), .index-block .gongkai-right-list .item:nth-last-of-type(2) {
        margin-bottom: 0;
    }
}
/* 公开 end */
/* 办事 start */
.index-block .banshi-list {
    flex: 1;
    width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 15px;
}
.index-block .banshi-list .item {
    width: calc(((100% - 10px) / 2));
    border-radius: 3px;
    /* border: 1px solid #E5E5E5; */
    background-color: #F7F7F7;
    margin-bottom: 15px;
    height: 40px;
    padding: 0 5px;
    transition: .3s;
    color: #333;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-block .banshi-list.zhuanban .item {
    height: 60px;
    line-height: 60px;
    margin-bottom: 12px;
}
.index-block .banshi-list .item:hover {
    background-color: #6b9ac6;
    color: #FFF;
}
.index-block .banshi-list .item:nth-last-of-type(1), .index-block .banshi-list .item:nth-last-of-type(2) {
    margin-bottom: 0;
}
.index-block .page-link {
    position: relative;
    width: 120px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('../images/index/banshi/banshi_bg_g.png');
    background-size: cover;
}
.index-block .page-link.q {
    background-image: url('../images/index/banshi/banshi_bg_q.png');
}
.index-block .page-link.zhinan {
    background-image: url('../images/index/banshi/banshi_bg_zhinan.png');
}
.index-block .page-link .wrap {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    width: calc(100% - 26px);
    padding-bottom: 11px;
    transition: .3s linear;
}
.index-block .page-link a .bg {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    width: calc(100% - 26px);
    height: 110px;
    background-color: rgba(17, 93, 178, .7);
    transition: .1s linear;
}
.index-block .page-link a:hover .bg {
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
}
.index-block .page-link .wrap img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px auto 7px;
}
.index-block .page-link .wrap div {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 912px) {
    .index-block .banshi-list {
        width: 100%;
        padding-right: 0;
    }
    .index-block .page-link {
        display: none;
    }
}

/* 办事 end */

/* 互动 开始  */
.index-hudong-block {
    margin-bottom: .3rem;
}
.index-hudong-block .hudong-flex {
    display: flex;
}
.index-hudong-block .hudong-flex .left, .index-hudong-block .hudong-flex .right {
    width: calc((100% - 20px) / 2);
}
.index-hudong-block .hudong-flex .left {
    margin-right: 20px;
}
.index-hudong-block .bg-white {
    background-color: #fff;
    padding: 15px;
}
.index-hudong-block .bg-white .index-tab-header {
    position: relative;
    display: flex;
    padding-bottom: 15px;
}
.index-hudong-block .bg-white .index-tab-header .item {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 0.35rem;
    color: #000;
}
.index-hudong-block .bg-white .index-tab-header .item.act {
    color: #E2634C;
    border-bottom: 2px solid #E2634C;
}
.index-hudong-block .bg-white .index-tab-header .jiqiren-link {
    position: absolute;
    right: 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 35px;
    color: #000;
    background-image: url('../images/index/hudong/jiqiren.png');
    background-repeat: no-repeat;
    background-size: 27px 21px;
    background-position: 0 center;
}
.index-hudong-block .bg-white .index-tab-header .jiqiren-link:hover {
    color: #E2634C;
}
.index-hudong-block .index-tab-con {
    display: none;
}
.index-hudong-block .index-tab-con.act {
    display: block;
}
.index-hudong-block .index-top-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 0.35rem;
    color: #000;
    margin-bottom: 15px;
}
.index-hudong-block .hudong-data-list .item {
    display: flex;
    align-items: center;
    position: relative;
    height: 70px;
    background-color: #f7f7f7;
    margin-bottom: 14px;
    font-size: 16px;
    color: #000;
    padding-left: 115px;
    padding-right: 15px;
}
.index-hudong-block .hudong-data-list .item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.index-hudong-block .hudong-data-list .item:hover {
    background-color: #f6faff;
    color: #125CB1;
}
.index-hudong-block .hudong-data-list .item .info {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.index-hudong-block .hudong-data-list .item .info .tag {
    width: 80px;
    padding: 3px 0;
    background-color: #E2634C;
    text-align: center;
    color: #fff;
}
.index-hudong-block .hudong-data-list .item .info .tag.end {
    background-color: #B1B9C0;
}
.index-hudong-block .hudong-data-list .item .info .date {
    margin-top: 5px;
    color: #000;
}
.index-hudong-block .hudong-data-list .item .txt {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-hudong-block .zhuanfang {
    display: flex;
    flex-wrap: wrap;
    color: #000;
}
.index-hudong-block .zhuanfang:hover {
    color: #125CB1;
}
.index-hudong-block .zhuanfang .zhuanfang-left {
    width: 50%;
    height: 190px;
}
.index-hudong-block .zhuanfang .zhuanfang-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-hudong-block .zhuanfang .zhuanfang-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
}
.index-hudong-block .zhuanfang .zhuanfang-right .wrap {
    display: flex;
    flex-direction: column;
    border: 1px solid #E6E6E6;
    height: 100%;
}
.index-hudong-block .zhuanfang .zhuanfang-right .zhuanfang-title {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    background-color: #F2F9FF;
    border-bottom: 1px solid #E6E6E6;
    font-size: 16px;
}
.index-hudong-block .zhuanfang .zhuanfang-right .zhuanfang-title .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}
.index-hudong-block .zhuanfang .zhuanfang-right .info-row {
    padding: 0 10px;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    overflow: hidden;
}
.index-hudong-block .zhuanfang .zhuanfang-right .info-row:nth-of-type(1) {
    border-bottom: 1px solid #E6E6E6;
}
.index-hudong-block .zhuanfang > .txt {
    margin-top: 9px;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-hudong-block .small-link-list {
    display: flex;
    flex-wrap: nowrap;
    height: 128px;
    margin-top: 20px;
}
.index-hudong-block .small-link-list .item {
    flex: 1;
    background-color: #fff;
    border-radius: 4px;
}
.index-hudong-block .small-link-list .item:hover {
    opacity: .8;
}
.index-hudong-block .small-link-list .item:nth-of-type(1) {
   color: #4d6bfe;
}
.index-hudong-block .small-link-list .item:nth-of-type(2) {
    color: #AC311B;
}
.index-hudong-block .small-link-list .item:nth-of-type(3) {
    color: #A3591F;
}
.index-hudong-block .small-link-list .item:nth-of-type(4) {
    color: #227576;
}
.index-hudong-block .small-link-list .item:nth-of-type(5) {
    color: #7D1863;
}
.index-hudong-block .small-link-list .item:nth-of-type(6) {
    color: #21708D;
}
.index-hudong-block .small-link-list .item img {
    display: block;
    width: 44px;
    margin: 15px auto 12px;
}
.index-hudong-block .small-link-list .item div {
    text-align: center;
    padding: 0 .2rem;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
.index-hudong-block .small-link-list .item + .item {
    margin-left: 15px;
}
.index-hudong-block .big-link-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}
.index-hudong-block .big-link-list .item {
    width: calc((100% - 15px) / 2);
    height: 128px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.index-hudong-block .big-link-list .item:nth-of-type(1) {
    background-image: url('../images/index/hudong/juece.png');
}
.index-hudong-block .big-link-list .item:nth-of-type(2) {
    background-image: url('../images/index/hudong/zhuanti.png');
}
.index-hudong-block .big-link-list .item .bg {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    width: 76%;
    height: 60px;
    background-color: rgba(17, 93, 178, .7);
}
.index-hudong-block .big-link-list .item:hover .bg {
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
}
.index-hudong-block .big-link-list .item .wrap {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    width: 76%;
    height: 60px;
    transition: .3s linear;
    color: #fff;
    font-size: 26px;
    font-size: .26rem;
    font-family: '宋体';
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .index-hudong-block .hudong-flex {
        flex-direction: column;
    }
    .index-hudong-block .hudong-flex .left, .index-hudong-block .hudong-flex .right {
        width: 100%;
    }
    .index-hudong-block .hudong-flex .right {
        margin-top: 10px;
    }
    .index-hudong-block .bg-white .index-tab-header .jiqiren-link {
        display: none;
    }
    .index-hudong-block .small-link-list {
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between;
    }
    .index-hudong-block .small-link-list .item {
        width: calc((100% - 15px) / 2);
        flex: none;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
    .index-hudong-block .small-link-list .item div {
        padding-bottom: 15px;
    }
    .index-hudong-block .zhuanfang {
        flex-direction: column;
    }
    .index-hudong-block .zhuanfang .zhuanfang-left {
        width: 100%;
    }
    .index-hudong-block .zhuanfang .zhuanfang-right {
        width: 100%;
        padding: 10px 0 0;
    }
}
/* 互动 end */


.a-position {
    background: #F7F7F7;
}

.a-position-con {
    height: 53px;
    line-height: 53px;
    font-size: 13px;
    color: #707070;
    margin-bottom: 0;
}

.a-position a {
    color: #707070;
}

.a-content {
    background: #F7F7F7;
}

.a-content .m-center {
    background: #FFFFFF;
    padding: 40px 90px 60px 90px;
}

.a-content .content-table {
    margin-bottom: 30px;
    position: relative;
}

.a-content .content-table.flag-disable::after {
    position: absolute;
    content: '';
    width: 218px;
    height: 140px;
    background: url('../images/icon/icon-fz.png');
    top: 0;
    right: 0;
}

.a-content .content-table table {
    width: 100%;
    border-collapse: collapse;
}

.a-content .content-table th {
    background: #333;
    color: white;
    font-weight: bold;
}

.a-content .content-table td,
th {
    padding: 8px;
    border: 1px solid #E1E1E1;
    text-align: left;
    font-size: 16px;
}

.a-content .content-table td.type-color {
    white-space: nowrap;
    background: #F6F6F6;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .table-wap {
        display: none;
    }
    .article-content.has-view-right .view-left {
        width: 75%;
        float: left;
    }
    .article-content.has-view-right .view-right {
        width: 23%;
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .article-content .view-right {
        padding: 10px 0;
    }
}

.article-content {
    padding-top: 20px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .a-content {
        background: #FFFFFF;
    }
    .a-content .m-center {
        padding: .3rem .9rem .6rem;
    }
}
@media screen and (max-width: 768px) {
    .a-content .m-center {
        padding-left: 0;
        padding-right: 0;
    }
}


/************************************/


/************************************/

.inter-position.a-position {
    background: #FFFFFF;
}

.inter {
    background: #FFFFFF;
    padding-bottom: 200px;
}

.inter .maibox {
    height: 76px;
    line-height: 76px;
    padding-left: 20px;
    background: #DBECFB;
    font-size: 0;
}

.inter .maibox img {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.inter .maibox span {
    font-weight: 600;
    line-height: 76px;
    font-size: 24px;
    padding-left: 10px;
    color: #125DB2;
    display: inline-block;
    vertical-align: middle;
}

.inter .letter-list {
    width: 75%;
    padding-right: 2%;
}

.inter .il-head {
    margin-top: 15px;
    height: 38px;
    line-height: 35px;
    color: #1764CE;
    padding-bottom: 3px;
    border-bottom: 1px solid #EFEFEF;
}

.inter .il-head a {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #1764CE;
    font-weight: 600;
    border-bottom: 2px solid #1764CE;
}


.inter .letter-title {
    margin-top: 20px;
}

.inter .letter-title .head-title {
    height: 46px;
    line-height: 46px;
    padding: 0 18px;
    background: #F2F9FF;
}

.letter-title .head-title span {
    display: inline-block;
    vertical-align: middle;
    color: #1764CE;
    font-size: 18px;
}

.inter .il-txts .recom li .circle,
.inter .yjzj-list .il-txts li .circle {
    display: none;
}

.inter .il-txts li .rec-block {
    width: 60px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-right: 10px;
}

.inter .il-txts li .rec-block p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background: #1764CE;
    border-radius: 2px;
    color: #FFFFFF;
}

.inter .il-txts li a {
    width: 60%;
    color: #333333;
}

.ytabl-list .il-txts li a {
    width: 70% !important;
}

.inter .il-txts li span:last-child {
    color: #666666;
}

.inter .letter-right {
    width: 25%;
    background: #F0F3F9;
    padding: 25px 0 0;
}

.inter .letter-right .letter-img-word {
    width: 85%;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    padding: 37px 0 31px 0;
    display: block;
    cursor: pointer;
    margin-bottom: 25px;
    background: url(../images/interact-wyxx-bg.png);
}

.inter .letter-right p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 10px;
}

.inter .il-txts li .circle {
    background-color: #125DB2;
}

.inter .adv-con {
    height: 100px;
    overflow: hidden;
}

.inter .adv-con img {
    width: 100%;
    height: auto;
}

.inter .yjzj-list>.pull-left {
    width: 47.5%;
}

.inter .yjzj-list .pull-left:first-child {
    margin-right: 5%;
}

.inter .yjzj-list .il-txts li {
    padding-left: 0;
}

.inter .yjzj-list .il-txts li a {
    width: 70%;
}

.inter .letter-title .gkxx-right {
    width: 25%;
    background: #F0F3F9;
    padding: 25px 0 50px;
}

.inter .gkxx-right .gkxx-item {
    width: 85%;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.inter .gkxx-right div.gkxx-item .left-img {
    line-height: 48px;
    height: 60px;
    margin-right: 10px;
}

.inter .gkxx-right div.gkxx-item .left-img img {
    display: inline-block;
    vertical-align: middle;
}

.inter .gkxx-right div.gkxx-item p {
    font-weight: 500;
    line-height: 25px;
    color: #1764CE;
    margin-bottom: 0;
}

.inter .gkxx-right div.gkxx-item span {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.inter .gkxx-right a.gkxx-item {
    text-align: left;
    padding-left: 20px;
    line-height: 48px;
    margin-top: 12px;
    background: url("../images/interact-gkxx-bg.png");
    background-size: 100% 100%;
}

.inter .gkxx-right a.gkxx-item img {
    width: 12px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.inter .gkxx-right a.gkxx-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 5px;
}

@media screen and (max-width: 1250px) {
    .inter .yjzj-list .il-txts li a {
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .inter .gkxx-right .gkxx-item {
        height: auto;
    }
    .inter .gkxx-right div.gkxx-item .left-img {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .inter .gkxx-right div.gkxx-item .pull-left {
        width: 100%;
        text-align: center;
    }
    .inter .gkxx-right a.gkxx-item {
        padding-left: 5px;
        text-align: left;
    }
}

@media screen and (max-width: 750px) {
    .inter {
        padding-bottom: 0;
    }
    .inter .m-center {
        margin: 0;
        width: 100%;
    }
    .inter .il-txts .recom li .circle,
    .inter .yjzj-list .il-txts li .circle {
        display: inherit;
    }
    .inter .il-txts li a {
        width: 100% !important;
    }
    .inter .il-txts li .rec-block,
    .inter .il-txts li .pull-right {
        display: none;
    }
    .inter .m-center .maibox {
        height: 50px;
        line-height: 50px;
    }
    .inter .m-center .maibox,
    .inter .m-center .il-head {
        width: 92%;
        margin-right: 4%;
        margin-left: 4%;
    }
    .inter .yjzj-list .il-head {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .inter .maibox span {
        height: 50px;
        line-height: 50px;
    }
    .inter .letter-title>div {
        width: 100%;
    }
    .inter .m-center .letter-title .letter-list {
        width: 100%;
        padding: 0 4%;
    }
    .inter .letter-title .letter-right {
        width: 100%;
        padding: 0 4%;
        padding-top: 25px;
    }
    .inter .letter-right .letter-img-word {
        width: 48%;
        height: 23vw;
        float: left;
        padding: 0;
    }
    .inter .letter-right .letter-img-word div {
        margin-top: 5vw;
    }
    .inter .letter-right .letter-img-word img {
        width: 6vw;
    }
    .inter .letter-right .letter-img-word:first-child {
        margin-right: 4%;
    }
    .inter .letter-title .gkxx-right {
        width: 100%;
        padding: 20px 4% 50px;
        text-align: center;
    }
    .inter .gkxx-right div.gkxx-item {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .inter .gkxx-right a.gkxx-item {
        text-align: center;
        padding: 0;
        width: 100%;
        margin-top: 15px;
    }
    .inter .gkxx-right div.gkxx-item .pull-left {
        width: auto;
        margin: 0 5px 0;
    }
    .inter .gkxx-right a.gkxx-item span {
        font-size: 16px;
    }
    .inter .gkxx-right div.gkxx-item p {
        text-align: left;
    }
    .inter .yjzj-list>.pull-left {
        width: 100%;
    }
    .inter .yjzj-list .il-txts li {
        padding-left: 11px;
    }
    .inter .yjzj-list .il-txts li span:last-child {
        display: inherit;
    }
    .i-communication-left,
    .i-communication-right {
        width: 100%;
    }
    .i-communication-right {
        float: none;
        margin-top: 20px;
    }
    .blue-box,
    .light-blue-box,
    .green-box {
        height: 40px;
        line-height: 40px;
    }
    .color-box {
        margin-top: 20px;
    }
    .i-more-box {
        display: none;
    }
    .il-txts li .circle {
        top: 0;
    }
    .i-ykb-cate .cate-item {
        width: 100%;
    }
    .i-ykb-cate .tag-item a {
        width: 46%;
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .i-table-wirte,
    .i-table-replay,
    .i-table-font {
        display: none;
    }
    .i-table-title {
        width: 100%;
    }
}

#swiperNews {
    height: 385px;
}

@media screen and (max-width: 468px) {
    #swiperNews {
        height: 200px;
    }
}

.index-right-fixed-box {
    position: relative;
}
.index-right-fixed-box .index-right-fixed {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 100%;
}
.index-right-fixed-box .index-right-fixed .fixed-btn-list {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    padding-left: 25px;
}

.index-right-fixed-box .index-right-fixed .fixed-btn-list .item {
    display: block;
    width: 90px;
    height: 99px;
    margin-bottom: 15px;
    user-select: none;
    cursor: pointer;
    padding: 3px;
    background: linear-gradient(180deg, rgba(66, 163, 255, 1), rgba(40, 134, 222, 1));
    border-radius: 5px;
}
.index-right-fixed-box .index-right-fixed .fixed-btn-list .item .bg-white {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding-top: 12px;
}
.index-right-fixed-box .index-right-fixed .fixed-btn-list .item .bg-white .icon-box {
    width: 44px;
    height: 45px;
    margin: 0 auto 8px;
}
.index-right-fixed-box .index-right-fixed .fixed-btn-list .item .bg-white .icon-box img {
    width: 100%;
    height: 100%;
}
.index-right-fixed-box .index-right-fixed .fixed-btn-list .item .bg-white .txt {
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    color: #000;
}
.index-right-fixed-box .index-right-fixed .fixed-btn-list .item .bg-white .txt .v {
    font-style: italic;
    font-weight: bold;
    color: #bf0700;
    margin-right: 5px;
}


.index-right-fixed-box .index-right-fixed .fixed-con-list > .item {
    padding: 20px;
    background-color: #4E8FD7;
    display: none;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con {
    position: relative;
    background-color: #4E8FD7;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .close {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 9;
    width: 21px;
    height: 21px;
    background-image: url('../images/index/right_fixed/close.png');
    background-size: cover;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .close:hover {
    transform: scale(1.2);
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-title {
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    padding-top: 0;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-title .arrow-prev, 
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-title .arrow-next {
    background-color: #4e8fd7;
    background-size: 8px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-week,
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date {
    margin: 0;
    background-color: #F4F8FF;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date {
    border-radius: 0 0 4px 4px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-week {
    color: #000;
    padding: 10px 0 0;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-week .item, 
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item {
    height: 40px;
    line-height: 30px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item em {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 0;
    color: rgba(0, 0, 0, .25);
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item-curMonth em {
    color: rgba(0, 0, 0, .65);
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item.item-curDay em {
    color: #0F5CB1;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item.on em {
    background: #D7E4F6;
    color: #0F5CB1;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item em:hover {
    background: #e2eaf6;
    color: #0F5CB1;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item.has em {
    user-select: none;
    /* color: #0F5CB1; */
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-date .item.has em::after {
    /* background: #0858AF; */
    background: none;
    width: 100%;
    height: 3px;
    left: 50%;
    top: auto;
    bottom: -2px;
    transform: translateX(-50%);
    border-radius: 0;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .calendar-swiper-box {
    position: relative;
    overflow: hidden;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E2634C !important;
}

.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list.not-hashd::after {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    content: '当前日期暂无信息，请尝试选择其他日期。';
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    background: #F1F6FF;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    height: 155px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a:hover {
    background: #cddefd;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a img {
    width: 170px;
    height: 120px;
    object-fit: cover;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a .hd-txt {
	flex: 1;
    padding-left: 10px;
    width: 0;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a > div {
    width: 100%;
    color: #394351;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a .hd-title {
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a .hd-des {
    max-height: 67px;
    overflow: hidden;
    color: #6d7683;
    padding-top: 5px;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a .tag-list {
    display: flex;
    font-weight: normal;
    justify-content: flex-start;
    padding: 5px 0 0;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .rili-con .list a .tag-list .item {
    font-size: 12px;
    height: 22px;
    margin-right: 10px;
    background-color: #fa930e;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
}

.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .dingzhi-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 210px;
    background-image: url('../images/index/right_fixed/fixed-con/qianwang/bg.png');
    background-size: cover;
    margin-bottom: 30px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .dingzhi-title {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .dingzhi-des {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .dingzhi-btn {
    cursor: pointer;
    width: 134px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #3598DF;
    color: #125CB1;
    font-size: 16px;
    line-height: 40px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .dingzhi-btn:hover {
    background: #3598DF;
    color: #fff;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .dingzhi-btn span {
    display: inline-block;
    transform: scale(1.5) translateY(-1px);
    font-weight: bold;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-head {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #A8CEFC;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-head .ban-tab {
    display: flex;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-head .ban-tab .item {
    margin-right: 30px;
    padding-bottom: 16px;
    cursor: pointer;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-head .ban-tab .item.act {
    border-bottom: 3px solid #fff;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-head .banshi-link {
    color: #fff;
    padding-bottom: 16px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-con .banshi-list {
    display: none;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-con .banshi-list.act {
    display: flex;
    flex-wrap: wrap;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-con .banshi-list .item {
    width: 100px;
    height: 40px;
    margin-top: 15px;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #3D83D1;
    font-size: 16px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-con .banshi-list .item:nth-of-type(5n) {
    margin-right: 0;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .qianwang-con .banshi-con .banshi-list .item:hover {
    font-weight: bold;
}

.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box {
    display: block;
    position: relative;
    border: 2px solid #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box .cover {
    width: 100%;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box:hover .cover {
    transform: scale(1.1);
    transition: .3s;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box .vr-info {
    position: absolute;
    top: 12px;
    left: 16px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box .vr-info .item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box .vr-info .item img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box .vr-info .item span {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .vshi-con .vr-box .vr-logo {
    position: absolute;
    width: 64px;
    right: 28px;
    bottom: 22px;
}

.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-con .shixun-title {
    width: 100%;
    margin-bottom: 20px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list {
    display: flex;
    justify-content: space-between;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item {
    display: block;
    width: calc((100% - 20px) / 2);
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item .cover-box {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item .cover-box .cover {
    display: block;
    width: 100%;
    height: 100%;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item:hover .cover-box .cover {
    transform: scale(1.1);
    transition: .3s;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item .cover-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item .txt-box {
    padding: 10px 15px;
    background-color: #fff;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item .txt-box .title {
    text-align: center;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .shixun-list .item .txt-box .time {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.index-right-fixed-box .index-right-fixed .fixed-con-list .zhangzhe-con .zhangzhe-link {
    display: block;
    overflow: hidden;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .zhangzhe-con img {
    width: 100%;
}
.index-right-fixed-box .index-right-fixed .fixed-con-list .zhangzhe-con img:hover {
    transform: scale(1.1);
    transition: .3s;
}

.fixed-btn-mobile-list .fixed-btn-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.fixed-btn-mobile-list .fixed-btn-list .item {
    width: calc((100% - 30px)/4);
    margin-right: 10px;
    user-select: none;
    cursor: pointer;
    padding: 3px;
    /* background: linear-gradient(180deg, rgba(66, 163, 255, 1), rgba(40, 134, 222, 1)); */
    border-radius: 5px;
}
.fixed-btn-mobile-list .fixed-btn-list .item:nth-last-of-type(1) {
    margin-right: 0;
}
.fixed-btn-mobile-list .fixed-btn-list .item .bg-white {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.fixed-btn-mobile-list .fixed-btn-list .item .bg-white .icon-box {
    width: 50%;
    margin: 0 auto 8px;
}
.fixed-btn-mobile-list .fixed-btn-list .item .bg-white .icon-box img {
    width: 100%;
    height: 100%;
}
.fixed-btn-mobile-list .fixed-btn-list .item .bg-white .txt {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    color: #000;
}
.fixed-btn-mobile-list .fixed-btn-list .item .bg-white .txt .v {
    font-style: italic;
    font-weight: bold;
    color: #bf0700;
    margin-right: 5px;
}
@media screen and (max-width: 1450px) {
    .index-right-fixed-box .index-right-fixed .fixed-btn-list {
        padding-left: 15px;
    }
}
@media screen and (max-width: 1430px) {
    .index-right-fixed-box .index-right-fixed .fixed-btn-list {
        padding-left: 5px;
    }
}
@media screen and (max-width: 1420px) {
    .index-right-fixed {
        display: none;
    }
    .fixed-btn-mobile-list .fixed-btn-list .item .bg-white .icon-box img {
        display: block;
        margin: auto;
        max-width: 65px;
    }
}
@media screen and (min-width: 1420px) {
    .fixed-btn-mobile-list {
        display: none;
    }
}